html {
	background-image: url("background.PNG");
	//background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
}
h1 {
	color: darkblue;
	text-align: center;
	line-height: 3px;
	margin-top: 50px;
}
h2 {
	color: darkred;
	text-align: center;
}
h3 {
	color: white;
}

	#contador {
		position:absolute;
		top: 425;
		left: 645;
		font-weight: bold;
		font-size: 21px;
	}